PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFNamedDestinationCollection Class / get Method
Name of the destination to retrieve.
In This Topic
    get Method
    In This Topic
    Gets the destination with the specified name.
    Syntax
    public PDFNamedDestination get( 
       java.lang.String name
    )

    Parameters

    name
    Name of the destination to retrieve.

    Return Value

    A PDFNamedDestination object if the destination with the given name exists in the collection, otherwise null.
    See Also